home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / 3c509drv.zip / INSPROPT.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  775b  |  49 lines

  1. echo off
  2. REM %%VER NDIS Drivers Installation Utility Program v2.0a
  3. if %mono%==y goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type inspropt.men
  14.  
  15. ..\install\echoxy 20 17 Select Option:
  16. ..\install\reply
  17. echo    Please wait . . .
  18. if errorlevel 60 goto inval
  19. if errorlevel 59 goto help
  20. if errorlevel 52 goto inval
  21. if errorlevel 51 goto ndis
  22. if errorlevel 50 goto ibm
  23. if errorlevel 49 goto mslan
  24. if errorlevel 28 goto inval
  25. if errorlevel 27 goto ndis
  26.  
  27. :inval
  28. echo **** Invalid key, try again. ****
  29. echo 
  30. echo 
  31. echo.
  32. inspropt
  33.  
  34. :help
  35. ..\install\echoxy 24 1
  36. echo.
  37. type ndisupda.hlp
  38. pause
  39. inspropt
  40.  
  41. :ndis
  42. ndis
  43.  
  44. :mslan
  45. mslanins
  46.  
  47. :ibm
  48. ibmins
  49.